Skip to content

fix: define retry limit in retry config#693

Merged
gr2m merged 1 commit intosemantic-release:masterfrom
dhensby:pulls/rate-limit-retry
Sep 9, 2023
Merged

fix: define retry limit in retry config#693
gr2m merged 1 commit intosemantic-release:masterfrom
dhensby:pulls/rate-limit-retry

Conversation

@dhensby
Copy link
Contributor

@dhensby dhensby commented Sep 8, 2023

Potential fix to #644

The current retry logic attempts to see if the retry limit has been hit but it does this by checking against an undefined value.

This may have been an oversight from #487 as RETRY_CONFIG did have a retries property, but it was removed.

@dhensby dhensby force-pushed the pulls/rate-limit-retry branch from 1e3f1b4 to 59b679e Compare September 8, 2023 22:47
@dhensby dhensby changed the title fix: define retry limit is defined in retry config fix: define retry limit in retry config Sep 9, 2023
Copy link
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be! Let's try! Thanks!

@gr2m gr2m merged commit 5ad0486 into semantic-release:master Sep 9, 2023
@github-actions
Copy link

github-actions bot commented Sep 9, 2023

🎉 This PR is included in version 9.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants